Fundamental Theorem of Calculus
Part I
- Continuity: If f(x) is continuous on [a,b], then the function defined by the integral of f from a to x is also continuous on [a,b].
g(x)=∫axf(t)dt
- Differentiation: The derivative of g(x) with respect to x is the original function f(x).
g′(x)=dxd∫axf(t)dt=f(x)
Variants of Part I
The variants involve differentiating an integral with variable limits of integration:
- Upper Limit as a Function of x:
dxd∫au(x)f(t)dt=u′(x)f(u(x))
- Lower Limit as a Function of x:
dxd∫u(x)bf(t)dt=−u′(x)f(u(x))
- Both Limits as Functions of x:
dxd∫u(x)v(x)f(t)dt=u′(x)f(u(x))−v′(x)f(v(x))
Part II
- Anti-Derivative: If F(x) is an anti-derivative of f(x), meaning F′(x)=f(x), then the integral of f from a to b is the difference between the values of F at these points.
∫abf(x)dx=F(b)−F(a)